.right_side {
	position: absolute;
	right: 0;
	top: 35%;
	width: 60px;
	height: 245px;
	z-index: 80000
}

.right_side ul li {
	width: 60px;
	height: 60px;
	border-bottom: 1px solid #ccc;
	background: #ee7700 url(images/right_ico.png) no-repeat;
	cursor: pointer;
	position: relative;
	-webkit-transition: background .5s ease-out;
	-moz-transform: background .5s ease-out;
	transition: background .5s ease-out
}

.right_side ul li:hover {
	background: #fff url(images/right_hover_ico.png) no-repeat
}

.right_side ul li.qq {
	background-position: center 17px;
	border-top-left-radius: 5px
}

.right_side ul li.qq div {
	display: none;
	background-color: #f9f9f9;
	position: absolute;
	right: 60px;
	width: 180px;
	height: 120px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
	box-shadow: -7px 0 10px rgba(0,0,0,.2)
}

.right_side ul li.qq div dt {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background-color: #fff
}

.right_side ul li.qq div dd {
	height: 60px;
	line-height: 60px;
	color: #666;
	margin: 0 auto;
	width: 160px;
	font-size: 16px;
	border-bottom: 1px dotted #dedede;
	text-indent: 80px;
	background: url(images/qqbg.gif) no-repeat 30px 17px
}

.right_side ul li.qq div dd a {
	display: block
}

.right_side ul li.qq div dd a:hover {
	color: #d71820
}

.right_side ul li.tel {
	background-position: center -44px
}

.right_side ul li.tel div {
	display: none;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	right: 60px;
	box-shadow: -7px 0 10px rgba(0,0,0,.3);
	line-height: 30px;
	padding:20px;
	font-size: 16px;
	color: #3366cc;
	font-weight:bold;
	background-color: #fff;
	width:120px;
	height:220px;
}

.right_side ul li.wx {
	background-position: center -105px
}

.right_side ul li.wx div {
	border-radius: 5px;
	display: none;
	position: absolute;
	top: -45px;
	right: 60px;
	box-shadow: -7px 0 10px rgba(0,0,0,.3);
	overflow: hidden
}

.right_side ul li.top {
	background-position: center -166px;
	border: none;
	border-bottom-left-radius: 5px
}

.right_side ul li:hover div {
	display: block
}

.right_side ul li.qq:hover {
	border-radius: 0
}
@media only screen and (max-width: 1200px){
.right_side {
	display:none;
}
}
